DX11 GET OBJECT LIMB

Retrieves the limb with the given name belonging to the specified object.
Returns nullptr (0) if there is no such limb in the given object.

  Syntax
Return Dword limb  = DX11 GET OBJECT LIMB(object, name)
  Parameters
object
Dword
The object to find the limb from.
name
String
The name of the sought limb.

  Returns

The limb with the specified name, beloning to the given object, or nullptr (0) if no such limb exists.

  See also

OBJECT Functions Menu
DX11 Function Categories